Lender Price API
Locking a Loan Without LOS / 6. Reprice / 6.3 Check Lock Desk Hour
In This Topic
    6.3 Check Lock Desk Hour
    In This Topic

    Path

    GET /rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{repriceAfterLockStatusId}}
    

    Headers        

    Authorization
    
    Bearer {{accessToken}}
    

    Example Request

    Copy Code
    curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/checkLockStatus/{{lockId}}/{{statusId}}' \
    --header 'Authorization: {{token}}'

    Example Response

    Copy Code
    {
      "isInLockDeskHours": true,
      "isPostLockRequest": true
    }